home *** CD-ROM | disk | FTP | other *** search
- .K ""
-
- ; Installs files for ConMan into the system directories
- ; You're only one step away from CLI bliss ... just "execute" this script!
-
- echo "This script will install ConMan by overwriting the following files:"
- echo ""
-
- echo " L:ConHandler"
- echo " LIBS:conhandler.library"
- echo " DEVS:Con-MountList"
- echo " c:ConMan"
- echo " c:SetCMan"
- echo " c:History"
-
- echo ""
- ask "Do you wish to proceed?"
- if WARN
- copy conhandler L:ConHandler
- copy conhandler.library LIBS:conhandler.library
- copy Con-MountList DEVS:Con-MountList
- copy ConMan c:ConMan
- copy SetCMan c:SetCMan
- copy History c:History
- endif
-
- echo ""
- echo "All Done. Click close gadget to get rid of window."
- endcli
-
-
-
-
-
-